projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29f2e5f
)
textview: Use markdown for css tree
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 28 Feb 2021 01:06:56 +0000
(20:06 -0500)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:35 +0000
(16:37 +0000)
gtk/gtktextview.c
patch
|
blob
|
history
diff --git
a/gtk/gtktextview.c
b/gtk/gtktextview.c
index 2ec537b8df2e224d36e1ed67c010ca69fec50cc7..e52a79edea72a482c4efaf0efb7723e423713cdc 100644
(file)
--- a/
gtk/gtktextview.c
+++ b/
gtk/gtktextview.c
@@
-70,7
+70,7
@@
*
* ## CSS nodes
*
- *
|[<!-- language="plain" -->
+ *
```
* textview.view
* ├── border.top
* ├── border.left
@@
-79,7
+79,7
@@
* ├── border.right
* ├── border.bottom
* ╰── [window.popup]
- *
]|
+ *
```
*
* `GtkTextView` has a main css node with name textview and style class .view,
* and subnodes for each of the border windows, and the main text area,